filechooserwidget: Make the location entry hexpand
authorTimm Bäder <mail@baedert.org>
Sat, 24 Feb 2018 09:49:44 +0000 (10:49 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 25 Feb 2018 15:47:20 +0000 (16:47 +0100)
gtk/gtkfilechooserwidget.c

index 066f4cf3d4f5d4413484328565901c156b8e9fd3..0d6132c020a46ec17788ebeac0d432a75959815c 100644 (file)
@@ -2503,6 +2503,7 @@ location_entry_setup (GtkFileChooserWidget *impl)
                                            priv->current_filter);
   gtk_entry_set_width_chars (GTK_ENTRY (priv->location_entry), 45);
   gtk_entry_set_activates_default (GTK_ENTRY (priv->location_entry), TRUE);
+  gtk_widget_set_hexpand (priv->location_entry, TRUE);
 }
 
 static void